Get TLD details from specified network
Returns details of HNS-related TLDs from a specified network.
Request Parameters
- network string required
Network to query. Valid parameters are:
testnet
,mainnet
.
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
{
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "array",
"items": {
"$ref": "#/definitions/Welcome1Element"
},
"definitions": {
"Welcome1Element": {
"type": "object",
"additionalProperties": false,
"properties": {
"idx": {
"type": "integer"
},
"topic_id": {
"type": "string"
},
"domain": {
"type": "string"
},
"tld_hash": {
"type": "string"
},
"sld_hash": {
"type": "string"
},
"contract_id": {
"type": "string"
},
"contract_evm": {
"type": "string"
},
"token_id": {
"type": "string"
},
"network": {
"type": "string"
}
},
"required": [
"contract_evm",
"contract_id",
"domain",
"idx",
"network",
"sld_hash",
"tld_hash",
"token_id",
"topic_id"
],
"title": "Welcome1Element"
}
}
}
[
{
"idx": 1,
"topic_id": "0.0.1234203",
"domain": "hbar",
"tld_hash": "f861eb72cf942a90b9f6cfa87c4988a5cbeb2d9f48e5365bd88dbf63091584dc",
"sld_hash": "00",
"contract_id": "0.0.1238566",
"contract_evm": "0x000000000000000000000000000000000012e626",
"token_id": "0.0.1234197",
"network": "mainnet"
},
{
"idx": 2,
"topic_id": "0.0.1238630",
"domain": "cream",
"tld_hash": "f79d75e18e2ee2bd340fb0b605f3f2b4891370207ec8cbec3f9889e72f2ec220",
"sld_hash": "00",
"contract_id": "0.0.1238668",
"contract_evm": "0x000000000000000000000000000000000012e68c",
"token_id": "0.0.1238605",
"network": "mainnet"
},
{
"idx": 3,
"topic_id": "0.0.1303127",
"domain": "boo",
"tld_hash": "58af5e93661b78025033390323fe6d05a89744a5414dc9b2219cc8f2e3844833",
"sld_hash": "00",
"contract_id": "0.0.1303153",
"contract_evm": "0x000000000000000000000000000000000013e271",
"token_id": "0.0.1303118",
"network": "mainnet"
},
{
"idx": 4,
"topic_id": "0.0.1414124",
"domain": "hangry",
"tld_hash": "5685f9f97ca9f123559cee492a5887899d351cd131467eb8004161817afd581a",
"sld_hash": "00",
"contract_id": "0.0.1281174",
"contract_evm": "0x0000000000000000000000000000000000138c96",
"token_id": "0.0.1414512",
"network": "mainnet"
},
{
"idx": 5,
"topic_id": "0.0.1435632",
"domain": "bhc",
"tld_hash": "fdc7730749ed67be94743d56b9e1ebfc112b050077fccfa3e95378373fd05330",
"sld_hash": "00",
"contract_id": "0.0.1281174",
"contract_evm": "0x0000000000000000000000000000000000138c96",
"token_id": "0.0.1435675",
"network": "mainnet"
},
{
"idx": 6,
"topic_id": "0.0.1459501",
"domain": "blade",
"tld_hash": "3e7102fb5e64625c9d87a6c179dda4af7efca745f6ecbc5bf2af47913cfd1531",
"sld_hash": "00",
"contract_id": "0.0.1281174",
"contract_evm": "0x0000000000000000000000000000000000138c96",
"token_id": "0.0.1459500",
"network": "mainnet"
}
]
Not Found
Loading...